home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / dlcnt157.arc / DLCNT2.CFG < prev    next >
Text File  |  1991-01-26  |  7KB  |  149 lines

  1. ; DLcount Ver 1.57 Download Directory File Counter
  2. ; (c)Copyright 1990..All Rights Reserved.
  3. ; Gary L. Bouchard SysOp, The Computer Store BBS
  4. ; St. Augustine, Florida (904)797-4824
  5. ; Sample Configuration file
  6. ;
  7. ; Lines that begin with ';' are considered comments by the program and
  8. ; ignored. To turn off a FEATURE, place a ';' in the first position of
  9. ; the line.
  10. ;
  11. ; ************************************************************************
  12. ; Location of Pcboard.Dat File.
  13. PCB C:\PCB\PCBOARD.DAT
  14. ; ************************************************************************
  15. ; DLFILE - Is the actual directory that contains the physical files.
  16. ;           During execution of the program the Download.Lst that is
  17. ;           created, first verify's that the files it lists actually
  18. ;           exist before it is counted.
  19. ;
  20. DLFILE d:\pcb\sysop\dl1
  21. DLFILE d:\pcb\sysop\dl2
  22. ; ************************************************************************
  23. ; Min_DLCOUNT is a variable that you can set to determine what the
  24. ; minimum download count should be, to process the DIR Text entry. In
  25. ; other words, only files that have been downloaded more than x times
  26. ; will be processed. The default is 1.
  27. Min_DLCOUNT 1
  28. ; ************************************************************************
  29. ; Indicates that an entry should be made to the callers log during
  30. ; execution of the program. The entry tells the Start and Completion
  31. ; times of the execution, total number of records found in Download.txt
  32. ; and the total number of DIR entries that where updated.
  33. CALLERLOG
  34. ; ************************************************************************
  35. ; EXTERNAL_COUNTER - is an option for those that have a DOWNLOAD.TXT
  36. ; file so large that the program DLCounter cannot get thru without
  37. ; running out of memory. Answering "YES" to the option bypasses the
  38. ; regeneration of DOWNLOAD.LST inside this program, thus allowing you to
  39. ; generate your list via the DLCount-A program. The default answer is
  40. ; "NO".
  41. ;
  42. EXTERNAL_COUNTER NO
  43. ; ************************************************************************
  44. ; USERSTRING - allows the individual BBS SysOp to create his own
  45. ; tagline to be inserted into your DIRxx Text Descriptions. The
  46. ; USERSTRING can be up to 40 characters long, not including the count. A
  47. ; replacable macro is provided to allow the user in place the count
  48. ; exactly where he/she would like it. A word of caution would be that you
  49. ; do not place the @usercount@ variable at the beginning of the line.
  50. ; If you Change the userstring, make sure that you run DLCounter with
  51. ; the /CLEAR option switch first, then change the userstring to your
  52. ; liking.
  53. ;
  54. USERSTRING Accessed: [@USERCOUNT@] Time(s)
  55. ; ************************************************************************
  56. ; PIPE - is a variable that allows you to specify at what position your
  57. ; secondary DIRxx line description starts at. PCBoard 14.5 is made to
  58. ; default to position 32 of the secondary line with the character '|'.
  59. ; Some users relocate thier '|' character to other locations. This
  60. ; variable will allow you to specify at what position it should start.
  61. ; If you change the position, use the /CLEAR switch FIRST, then run the
  62. ; program with the new pipe position.
  63. ;
  64. PIPE 32
  65. ; ************************************************************************
  66. ; OUTFILE - Is the name of the data file that DLCounter will create
  67. ; which contains the download count.
  68. ;
  69. ;
  70. OUTFILE dlcnt2.lst
  71. ; ************************************************************************
  72. ; MAINBOARD - If this option is turned off or commented out, the program
  73. ; will not process the main board DIR files. This is done so that you
  74. ; may have conference or node specific configuration files, which may
  75. ; not need to process the MainBoard files. This also allows those that
  76. ; have private conferences who do not wish to generate a POP files BLT
  77. ; to do so for a specific conference, and exclude certain files from
  78. ; being seen in the MainBoard BLT file.
  79. ;
  80. ; MainBoard
  81. ; ************************************************************************
  82. ; BLT allows you to write a BLT Display file which contains the hottest
  83. ; files you have, ranked according to download count, sorted alphabetically.
  84. ; MIN_DOWNLOAD allows you to specify what the minimum download count
  85. ; requirement is to be included in the report.
  86. ;
  87. BLT D:\pcb\sysop\snews ; SysOp Conference News File
  88. MIN_DOWNLOAD 3
  89. ; ************************************************************************
  90. ; BAKS - A YES or NO answer indicates whether you want back-up files as
  91. ;        the DIR files are processed. The Default is No.
  92. BAKS YES
  93. ; ************************************************************************
  94. ; Tells DLcount what conferences should be run. Here we specify the TEXT
  95. ; file portion of the operation. List each DIRxx file that you would like
  96. ; to be included in the updates. The Main board Dirxx files are located
  97. ; automatically, and need not be listed here...Only Conference DIRxx
  98. ; files.
  99. ;
  100. CONFS   D:\PCB\SYSOP\DIR19
  101. CONFS   D:\PCB\SYSOP\DIR20
  102. ;
  103. ; ************************************************************************
  104. ; HLITE -
  105. ; Allow you to set highlighting colors to the DIR entry. The
  106. ; Default to this option is set to Null (No highlight). The program uses
  107. ; PCboards @X## color macros for Highlight. Below you will find a chart
  108. ; which labels the colors that you may use. The "@X" tells PCBoard that
  109. ; you want to colorize a set of characters in a file, and the two "##"
  110. ; number signs indicate which colors to use. The first "#" (number sign)
  111. ; is for the background color, and the second "#" is the foreground
  112. ; color. Following the example below, I have set my HLITE to display a
  113. ; BLACK background, and a high intensity RED foreground.
  114. ;
  115. ; These colors you are selecting are codes for color macros used by both
  116. ; Pcboard ver 14.5 and Prodoor ver 3.2 or greater.
  117. ;
  118. ; The following is a table for the colors and their codes:
  119. ;
  120. ;    Background (first digit)      Foreground (second digit)
  121. ;    ------------------------      -------------------------
  122. ;    Black   =  0                   Black   =  0
  123. ;    Blue    =  1                   Blue    =  1
  124. ;    Green   =  2                   Green   =  2
  125. ;    Cyan    =  3                   Cyan    =  3
  126. ;    Red     =  4                   Red     =  4
  127. ;    Magenta =  5                   Magenta =  5
  128. ;    Yellow  =  6                   Yellow  =  6
  129. ;    White   =  7                   White   =  7
  130. ;
  131. ;    Background w/Blinking          High Intensity Foregounds
  132. ;
  133. ;    Black   =  8                   Black   =  8
  134. ;    Blue    =  9                   Blue    =  9
  135. ;    Green   =  A                   Green   =  A
  136. ;    Cyan    =  B                   Cyan    =  B
  137. ;    Red     =  C                   Red     =  C
  138. ;    Magenta =  D                   Magenta =  D
  139. ;    Yellow  =  E                   Yellow  =  E
  140. ;    White   =  F                   White   =  F
  141. ;
  142. ; Examples:
  143. ;   Bright White on Blue Background        = @X1F
  144. ;   Bright Yellow on Green Background      = @X2E
  145. ;   Dark Blue blinking on White Background = @XF1
  146. ;
  147. HLITE @X1F
  148. ;
  149.